home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / qhi11.zip / QHI11.DOC < prev   
Text File  |  1991-09-29  |  6KB  |  137 lines

  1.  
  2.             Quick Hardware Identification (QHI)
  3.         
  4.                       Version 1.1
  5.                 
  6.                   September 29, 1991
  7.                 
  8.            Copyright 1991:   George Spafford
  9.         
  10.  
  11. Purpose:
  12.  
  13. To identify the basic hardware on an IBM compatible computer.
  14.  
  15. Procedure:
  16.  
  17. From the DOS prompt, invoke the program by typing QHI and then
  18. pressing enter.  It will then access the BIOS and DOS services
  19. to identify the equipment on your machine.
  20.  
  21. Output Definitions:
  22.  
  23. Processor Class:        This is an attempt to identify the processor
  24.                         chip that was used in the computer.  The results
  25.                         fall into four catagories at this time:
  26.                         1.      8088, 8086 or V20.
  27.                         2.      80188 or 80186
  28.                         3.      80286
  29.                         4.      80386 or 80486
  30.                         I hope to improve this routine to be more accurate
  31.                         in regards of the V20 and 486 chip sets.
  32.                         
  33. Approximate Speed:      This is the approximated speed rating of the
  34.                         processor in terms of MegaHertz.  It may take
  35.                         the program several seconds to determine this value.
  36.                         Any TSR's or multitaskers could affect this value.
  37.                         
  38. Floating Point Unit:    This identifies whether a FPU (i.e. math coprocessor)
  39.                         is present in the system.
  40.                         
  41. BIOS Date:              This is the date of the BIOS that is installed in
  42.                         the system.  It is NOT the system date.
  43.                         
  44. Parallel Port(s):       The number of parallel ports that the program 
  45.                         identifies on the system.
  46.                         
  47. Serial Port(s):         The number of serial ports that the program
  48.                         identifies on the system.
  49.                         
  50. Game Port(s):           The number of game ports that the program
  51.                         identifies on the system.
  52.                         
  53. Base Memory:            This is the amount, in terms of Kilobytes, of
  54.                         base memory installed on the system.  (The
  55.                         first 640Kb)
  56.                         
  57. Free Extended Memory:   On a 286, 386 or 486, this is the amount of free
  58.                         extended memory on the system.  Note, that is FREE
  59.                         memory - not installed memory.
  60.                         
  61. Expanded Memory:        This is the amount of EMS installed on a computer.
  62.                         This value assumes that 16Kb pages are used and
  63.                         arrives at this value by multiplying the total
  64.                         pages by 16.  This routine identifies LIM 4.0 EMS.
  65.                         
  66. Total Pages:            If EMS exists, this identifies the total number of
  67.                         16Kb pages that are available in total - not 
  68.                         necessarily free.
  69.                         
  70. Free Pages:             If EMS exists, this identifies the number of FREE
  71.                         16Kb pages that are available for use.
  72.  
  73. Free EMS:               This is the amount of free EMS in Kilobytes.
  74.  
  75.  
  76. History:
  77.  
  78. v1.1   09/29/91    v1.0's access of extended memory caused some XMS routines
  79.                    to crash.  I have changed to a routine that only accesses
  80.                    the amount of XMS installed.  The older version caused
  81.                    a misinitializattion of XMS handles in some instances.
  82.  
  83. v1.0   09/26/91    Initial release date.
  84.  
  85.  
  86. I hope this program helps you evaluate some of your problems
  87. or even makes some solutions/benefits clear.  This program is SHAREWARE.
  88. IT IS NOT PUBLIC DOMAIN.  If you find that this program aids you, you are
  89. required ethically and legally to register it after a 30 day evaluation period.
  90. This software is priced at $5 for each concurrently used copy in an
  91. organization.
  92.  
  93.           Sincerely,
  94.  
  95.           George Spafford
  96.           3001 LakeShore Drive, #329
  97.           St. Joseph, MI 49085
  98.  
  99.          Data:    (616) 468-5026  Queued Access BBS 19200-8-N-1
  100.                   
  101.  
  102. And now for the unpleasantries:
  103.  
  104.     QHI IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD)
  105.     MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED,
  106.     INCLUDING BUT NOT LIMITED TO TO WARRANTIES OF MERCHANTABILITY
  107.     OR FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THIS
  108.     SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR BE
  109.     LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST SAVINGS,
  110.     OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT
  111.     OF THE USE OF OR THE INABILITY TO USE THIS PROGRAM.
  112.     ----------------------------------------------------------------
  113.  
  114. Other Products:
  115.  
  116.      Cache Test    Find out just how much your cache really
  117.             helps!
  118.  
  119.      CutIt        Parse streamed files by x number of bytes
  120.             and add a CR/LF at the end.
  121.                         
  122.          FLC            Compare two file lists and generate a list
  123.                         of duplicates and/or unique files.
  124.  
  125.      PadIt        Convert Variable length records to a Fixed
  126.             length format.
  127.                         
  128.          ZipCodeTool    Look up zip codes by state or city.  If you
  129.                         know the zip code, you can look up the city
  130.                         and state.
  131.                         
  132.          ZipWhen        Insure that the Zip file's date matches the
  133.                         date of the newest file it contains.  This
  134.                         reverses the annoying time stamping that some
  135.                         BBS packages do.
  136. -- EOF --
  137.